home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 June / Net_2003_06.iso / 200306.exe / scripts / DefineButton2_73 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-04-30  |  114 b   |  6 lines

  1. on(release){
  2.    _root.online.gotoAndStop(1);
  3.    _root.staff.gotoAndStop(1);
  4.    _root.movie.gotoAndPlay(2);
  5. }
  6.